LocalConfigOrBuilder

interface LocalConfigOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard

The part of the config that is specific to the Bluetooth settings
.meshtastic.Config.BluetoothConfig bluetooth = 7;
Link copied to clipboard

The part of the config that is specific to the Bluetooth settings
.meshtastic.Config.BluetoothConfig bluetooth = 7;
Link copied to clipboard

The part of the config that is specific to the Device
.meshtastic.Config.DeviceConfig device = 1;
Link copied to clipboard

The part of the config that is specific to the Device
.meshtastic.Config.DeviceConfig device = 1;
Link copied to clipboard

The part of the config that is specific to the Display
.meshtastic.Config.DisplayConfig display = 5;
Link copied to clipboard

The part of the config that is specific to the Display
.meshtastic.Config.DisplayConfig display = 5;
Link copied to clipboard

The part of the config that is specific to the Lora Radio
.meshtastic.Config.LoRaConfig lora = 6;
Link copied to clipboard

The part of the config that is specific to the Lora Radio
.meshtastic.Config.LoRaConfig lora = 6;
Link copied to clipboard

The part of the config that is specific to the Wifi Settings
.meshtastic.Config.NetworkConfig network = 4;
Link copied to clipboard

The part of the config that is specific to the Wifi Settings
.meshtastic.Config.NetworkConfig network = 4;
Link copied to clipboard

The part of the config that is specific to the GPS Position
.meshtastic.Config.PositionConfig position = 2;
Link copied to clipboard

The part of the config that is specific to the GPS Position
.meshtastic.Config.PositionConfig position = 2;
Link copied to clipboard

The part of the config that is specific to the Power settings
.meshtastic.Config.PowerConfig power = 3;
Link copied to clipboard

The part of the config that is specific to the Power settings
.meshtastic.Config.PowerConfig power = 3;
Link copied to clipboard

The part of the config that is specific to Security settings
.meshtastic.Config.SecurityConfig security = 9;
Link copied to clipboard

The part of the config that is specific to Security settings
.meshtastic.Config.SecurityConfig security = 9;
Link copied to clipboard
abstract fun getVersion(): Int

A version integer used to invalidate old save files when we make
incompatible changes This integer is set at build time and is private to
NodeDB.cpp in the device code.
uint32 version = 8;
Link copied to clipboard
abstract fun hasBluetooth(): Boolean

The part of the config that is specific to the Bluetooth settings
.meshtastic.Config.BluetoothConfig bluetooth = 7;
Link copied to clipboard
abstract fun hasDevice(): Boolean

The part of the config that is specific to the Device
.meshtastic.Config.DeviceConfig device = 1;
Link copied to clipboard
abstract fun hasDisplay(): Boolean

The part of the config that is specific to the Display
.meshtastic.Config.DisplayConfig display = 5;
Link copied to clipboard
abstract fun hasLora(): Boolean

The part of the config that is specific to the Lora Radio
.meshtastic.Config.LoRaConfig lora = 6;
Link copied to clipboard
abstract fun hasNetwork(): Boolean

The part of the config that is specific to the Wifi Settings
.meshtastic.Config.NetworkConfig network = 4;
Link copied to clipboard
abstract fun hasPosition(): Boolean

The part of the config that is specific to the GPS Position
.meshtastic.Config.PositionConfig position = 2;
Link copied to clipboard
abstract fun hasPower(): Boolean

The part of the config that is specific to the Power settings
.meshtastic.Config.PowerConfig power = 3;
Link copied to clipboard
abstract fun hasSecurity(): Boolean

The part of the config that is specific to Security settings
.meshtastic.Config.SecurityConfig security = 9;